The row nodes are the nodes named Item. The table node is the parent of the row nodes. Use this form only when all of the Item nodes reside under one parent. If some Item nodes have different parents, use a table hint or a more specific row hint to select the set of Item nodes.
Row Hint: /Bookstore/Books/Item
The row nodes are the nodes named Item. The table node is Books, which is a child of the Bookstore node.
The table node is Books, which is a child of the Bookstore node. The row nodes are the children of the Books node. It is assumed that all of the child nodes under the Books nodes have the same name. If the child nodes do not all have the same name, the name of the first child node encountered is used as the row node name. In that case, it would be better to specify both a table and row hint.
Table Hint: /Bookstore [@location = "Raleigh"]/Books
The table node is Books, which is a child of the Bookstore node. Bookstore has a "location" attribute with the value Raleigh. The row nodes are the Item nodes that are children of the Books node.
The column mode identifier has the format: \column mode
.
Mode can be one of the following:
The following examples illustrate the use of the optional column mode identifier.
The row nodes are named Item. The table node is the parent of the row nodes. The columns are attributes of the row node.
Row Hint: //Item \column child
The row nodes are the nodes named Item. The table node is the parent of the row nodes. The columns are attributes of the row node.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |